<html>
  <head>
    <title>Python Standard Library Licenses</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body lang="EN">
    <h1>Python Standard Library Licenses</h1>
    <p>This document contains a collection of the licenses applicable for the
      subset of the python standard library which is installed in this
      directory.</p>
    <h1><a name="_Toc287012252">Contents:</a></h1>
    <ul>
      <li><a href="#_Toc287012253">Python licenses<br>
        </a></li>
      <ul>
        <li><a href="#_Toc287012254">History of the software.<br>
          </a></li>
        <li><a href="#_Toc287012255">Terms and conditions for accessing or
            otherwise using Python<br>
          </a></li>
        <li><a href="#_Toc287012256">PSF LICENSE AGREEMENT FOR PYTHON 2.6.6<br>
          </a></li>
        <li><a href="#_Toc287012257">BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0<br>
          </a></li>
        <li><a href="#_Toc287012258">BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT
            VERSION 1<br>
          </a></li>
        <li><a href="#_Toc287012259">CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1<br>
          </a></li>
        <li><a href="#_Toc287012261">CWI LICENSE AGREEMENT FOR PYTHON 0.9.0
            THROUGH 1.2<br>
          </a></li>
      </ul>
      <li><a href="#_Toc287012262">Licenses and Acknowledgements for
          Incorporated Software<br>
        </a></li>
      <ul>
        <li><a href="#_Toc287012263">Xmlrpclib.py<br>
          </a></li>
        <li><a href="#_Toc287012264">Xml.etree package (several submodules)<br>
          </a></li>
        <li><a href="#_Toc287012265">Validate.py<br>
          </a></li>
        <li><a href="#_Toc287012266">Uu.py<br>
          </a></li>
        <li><a href="#_Toc287012267">Trace.py<br>
          </a></li>
        <li><a href="#_Toc287012268">Tarfile.py<br>
          </a></li>
        <li><a href="#_Toc287012269">Sre_compile.py, sre_constants.py,
            sre_parse.py<br>
          </a></li>
        <li><a href="#_Toc287012270">Robotparser.py<br>
          </a></li>
        <li><a href="#_Toc287012271">profile.py, pstats.py<br>
          </a></li>
        <li><a href="#_Toc287012272">Pprint.py<br>
          </a></li>
        <li><a href="#_Toc287012273">Platform.py<br>
          </a></li>
        <li><a href="#_Toc287012274">Optparse.py<br>
          </a></li>
        <li><a href="#_Toc287012275">Logging package (several modules)<br>
          </a></li>
        <li><a href="#_Toc287012276">Iptest package (several modules)<br>
          </a></li>
        <li><a href="#_Toc287012277">Inspect.py<br>
          </a></li>
        <li><a href="#_Toc287012278">Doctest.py<br>
          </a></li>
        <li><a href="#_Toc287012279">Cookie.py<br>
          </a></li>
        <li><a href="#_Toc287012280">Asynchat.py, asyncore.py</a></li>
        <li><a href="#expat">expat.py</a></li>
      </ul>
    </ul>
    <h1><a name="_Toc287012253">Python licenses</a></h1>
    <h2><a name="_Toc287012254">History of the software</a></h2>
    <p>Python was created in the early 1990s by Guido van Rossum at Stichting
      Mathematisch Centrum (CWI, see <a href="http://www.cwi.nl/">http://www.cwi.nl/</a>)
      in the Netherlands as a successor of a language called ABC. Guido remains
      Python&rsquo;s principal author, although it includes many contributions
      from others.</p>
    <p>In 1995, Guido continued his work on Python at the Corporation for
      National Research Initiatives (CNRI, see <a href="http://www.cnri.reston.va.us/">http://www.cnri.reston.va.us/</a>)
      in Reston, Virginia where he released several versions of the software.</p>
    <p>In May 2000, Guido and the Python core development team moved to
      BeOpen.com to form the BeOpen PythonLabs team. In October of the same
      year, the PythonLabs team moved to Digital Creations (now Zope
      Corporation; see <a href="http://www.zope.com/">http://www.zope.com/</a>).
      In 2001, the Python Software Foundation (PSF, see <a href="http://www.python.org/psf/">http://www.python.org/psf/</a>)
      was formed, a non-profit organization created specifically to own
      Python-related Intellectual Property. Zope Corporation is a sponsoring
      member of the PSF.</p>
    <p>All Python releases are Open Source (see <a href="http://www.opensource.org/">http://www.opensource.org/</a>
      for the Open Source Definition). Historically, most, but not all, Python
      releases have also been GPL-compatible; the table below summarizes the
      various releases.</p>
    <table border="1" cellpadding="0">
      <thead>
        <tr>
          <td>
            <p><b>Release</b></p>
          </td>
          <td>
            <p><b>Derived from</b></p>
          </td>
          <td>
            <p><b>Year</b></p>
          </td>
          <td>
            <p><b>Owner</b></p>
          </td>
          <td>
            <p><b>GPL compatible?</b></p>
          </td>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td>
            <p>0.9.0 thru 1.2</p>
          </td>
          <td>
            <p>n/a</p>
          </td>
          <td>
            <p>1991-1995</p>
          </td>
          <td>
            <p>CWI</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>1.3 thru 1.5.2</p>
          </td>
          <td>
            <p>1.2</p>
          </td>
          <td>
            <p>1995-1999</p>
          </td>
          <td>
            <p>CNRI</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>1.6</p>
          </td>
          <td>
            <p>1.5.2</p>
          </td>
          <td>
            <p>2000</p>
          </td>
          <td>
            <p>CNRI</p>
          </td>
          <td>
            <p>no</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.0</p>
          </td>
          <td>
            <p>1.6</p>
          </td>
          <td>
            <p>2000</p>
          </td>
          <td>
            <p>BeOpen.com</p>
          </td>
          <td>
            <p>no</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>1.6.1</p>
          </td>
          <td>
            <p>1.6</p>
          </td>
          <td>
            <p>2001</p>
          </td>
          <td>
            <p>CNRI</p>
          </td>
          <td>
            <p>no</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.1</p>
          </td>
          <td>
            <p>2.0+1.6.1</p>
          </td>
          <td>
            <p>2001</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>no</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.0.1</p>
          </td>
          <td>
            <p>2.0+1.6.1</p>
          </td>
          <td>
            <p>2001</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.1.1</p>
          </td>
          <td>
            <p>2.1+2.0.1</p>
          </td>
          <td>
            <p>2001</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.2</p>
          </td>
          <td>
            <p>2.1.1</p>
          </td>
          <td>
            <p>2001</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.1.2</p>
          </td>
          <td>
            <p>2.1.1</p>
          </td>
          <td>
            <p>2002</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.1.3</p>
          </td>
          <td>
            <p>2.1.2</p>
          </td>
          <td>
            <p>2002</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.2.1</p>
          </td>
          <td>
            <p>2.2</p>
          </td>
          <td>
            <p>2002</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.2.2</p>
          </td>
          <td>
            <p>2.2.1</p>
          </td>
          <td>
            <p>2002</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.2.3</p>
          </td>
          <td>
            <p>2.2.2</p>
          </td>
          <td>
            <p>2002-2003</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.3</p>
          </td>
          <td>
            <p>2.2.2</p>
          </td>
          <td>
            <p>2002-2003</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.3.1</p>
          </td>
          <td>
            <p>2.3</p>
          </td>
          <td>
            <p>2002-2003</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.3.2</p>
          </td>
          <td>
            <p>2.3.1</p>
          </td>
          <td>
            <p>2003</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.3.3</p>
          </td>
          <td>
            <p>2.3.2</p>
          </td>
          <td>
            <p>2003</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.3.4</p>
          </td>
          <td>
            <p>2.3.3</p>
          </td>
          <td>
            <p>2004</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.3.5</p>
          </td>
          <td>
            <p>2.3.4</p>
          </td>
          <td>
            <p>2005</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.4</p>
          </td>
          <td>
            <p>2.3</p>
          </td>
          <td>
            <p>2004</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.4.1</p>
          </td>
          <td>
            <p>2.4</p>
          </td>
          <td>
            <p>2005</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.4.2</p>
          </td>
          <td>
            <p>2.4.1</p>
          </td>
          <td>
            <p>2005</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.4.3</p>
          </td>
          <td>
            <p>2.4.2</p>
          </td>
          <td>
            <p>2006</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.4.4</p>
          </td>
          <td>
            <p>2.4.3</p>
          </td>
          <td>
            <p>2006</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.5</p>
          </td>
          <td>
            <p>2.4</p>
          </td>
          <td>
            <p>2006</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.5.1</p>
          </td>
          <td>
            <p>2.5</p>
          </td>
          <td>
            <p>2007</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.5.2</p>
          </td>
          <td>
            <p>2.5.1</p>
          </td>
          <td>
            <p>2008</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.5.3</p>
          </td>
          <td>
            <p>2.5.2</p>
          </td>
          <td>
            <p>2008</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.6</p>
          </td>
          <td>
            <p>2.5</p>
          </td>
          <td>
            <p>2008</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.6.1</p>
          </td>
          <td>
            <p>2.6</p>
          </td>
          <td>
            <p>2008</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.6.2</p>
          </td>
          <td>
            <p>2.6.1</p>
          </td>
          <td>
            <p>2009</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.6.3</p>
          </td>
          <td>
            <p>2.6.2</p>
          </td>
          <td>
            <p>2009</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.6.4</p>
          </td>
          <td>
            <p>2.6.3</p>
          </td>
          <td>
            <p>2009</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
        <tr>
          <td>
            <p>2.6.5</p>
          </td>
          <td>
            <p>2.6.4</p>
          </td>
          <td>
            <p>2010</p>
          </td>
          <td>
            <p>PSF</p>
          </td>
          <td>
            <p>yes</p>
          </td>
        </tr>
      </tbody>
    </table>
    <h3 class="first">Note</h3>
    <p class="last">GPL-compatible doesn&rsquo;t mean that we&rsquo;re
      distributing Python under the GPL. All Python licenses, unlike the GPL,
      let you distribute a modified version without making your changes open
      source. The GPL-compatible licenses make it possible to combine Python
      with other software that is released under the GPL; the others
      don&rsquo;t.</p>
    <p>Thanks to the many outside volunteers who have worked under Guido&rsquo;s
      direction to make these releases possible.</p>
    <h2><a name="_Toc287012255">Terms and conditions for accessing or otherwise
        using Python</a></h2>
    <h3><a name="_Toc287012256"><strong>PSF LICENSE AGREEMENT FOR PYTHON 2.6.6</strong></a></h3>
    <ol start="1" type="1">
      <li>This LICENSE AGREEMENT is between the Python Software Foundation
        (&ldquo;PSF&rdquo;), and the Individual or Organization
        (&ldquo;Licensee&rdquo;) accessing and otherwise using Python 2.6.6
        software in source or binary form and its associated documentation.</li>
      <li>Subject to the terms and conditions of this License Agreement, PSF
        hereby grants Licensee a nonexclusive, royalty-free, world-wide license
        to reproduce, analyze, test, perform and/or display publicly, prepare
        derivative works, distribute, and otherwise use Python 2.6.6 alone or in
        any derivative version, provided, however, that PSF&rsquo;s License
        Agreement and PSF&rsquo;s notice of copyright, i.e., &ldquo;Copyright
        &copy; 2001-2010 Python Software Foundation; All Rights Reserved&rdquo;
        are retained in Python 2.6.6 alone or in any derivative version prepared
        by Licensee.</li>
      <li>In the event Licensee prepares a derivative work that is based on or
        incorporates Python 2.6.6 or any part thereof, and wants to make the
        derivative work available to others as provided herein, then Licensee
        hereby agrees to include in any such work a brief summary of the changes
        made to Python 2.6.6.</li>
      <li>PSF is making Python 2.6.6 available to Licensee on an &ldquo;AS
        IS&rdquo; basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
        IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
        DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
        FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.6.6 WILL NOT
        INFRINGE ANY THIRD PARTY RIGHTS.</li>
      <li>PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 2.6.6
        FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A
        RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.6.6, OR
        ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.</li>
      <li>This License Agreement will automatically terminate upon a material
        breach of its terms and conditions.</li>
      <li>Nothing in this License Agreement shall be deemed to create any
        relationship of agency, partnership, or joint venture between PSF and
        Licensee. This License Agreement does not grant permission to use PSF
        trademarks or trade name in a trademark sense to endorse or promote
        products or services of Licensee, or any third party.</li>
      <li>By copying, installing or otherwise using Python 2.6.6, Licensee
        agrees to be bound by the terms and conditions of this License
        Agreement.</li>
    </ol>
    <h3><a name="_Toc287012257"><strong>BEOPEN.COM LICENSE AGREEMENT FOR PYTHON
          2.0</strong></a></h3>
    <h3><a name="_Toc287012258"><strong>BEOPEN PYTHON OPEN SOURCE LICENSE
          AGREEMENT VERSION 1</strong></a></h3>
    <ol start="1" type="1">
      <li>This LICENSE AGREEMENT is between BeOpen.com (&ldquo;BeOpen&rdquo;),
        having an office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
        Individual or Organization (&ldquo;Licensee&rdquo;) accessing and
        otherwise using this software in source or binary form and its
        associated documentation (&ldquo;the Software&rdquo;).</li>
      <li>Subject to the terms and conditions of this BeOpen Python License
        Agreement, BeOpen hereby grants Licensee a non-exclusive, royalty-free,
        world-wide license to reproduce, analyze, test, perform and/or display
        publicly, prepare derivative works, distribute, and otherwise use the
        Software alone or in any derivative version, provided, however, that the
        BeOpen Python License is retained in the Software, alone or in any
        derivative version prepared by Licensee.</li>
      <li>BeOpen is making the Software available to Licensee on an &ldquo;AS
        IS&rdquo; basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS
        OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
        DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
        FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
        INFRINGE ANY THIRD PARTY RIGHTS.</li>
      <li>BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
        SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
        AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
        DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.</li>
      <li>This License Agreement will automatically terminate upon a material
        breach of its terms and conditions.</li>
      <li>This License Agreement shall be governed by and interpreted in all
        respects by the law of the State of California, excluding conflict of
        law provisions. Nothing in this License Agreement shall be deemed to
        create any relationship of agency, partnership, or joint venture between
        BeOpen and Licensee. This License Agreement does not grant permission to
        use BeOpen trademarks or trade names in a trademark sense to endorse or
        promote products or services of Licensee, or any third party. As an
        exception, the &ldquo;BeOpen Python&rdquo; logos available at <a href="http://www.pythonlabs.com/logos.html">http://www.pythonlabs.com/logos.html</a>
        may be used according to the permissions granted on that web page.</li>
      <li>By copying, installing or otherwise using the software, Licensee
        agrees to be bound by the terms and conditions of this License
        Agreement.</li>
    </ol>
    <h3><a name="_Toc287012259"><strong>CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1</strong></a></h3>
    <ol start="1" type="1">
      <li>This LICENSE AGREEMENT is between the Corporation for National
        Research Initiatives, having an office at 1895 Preston White Drive,
        Reston, VA 20191 (&ldquo;CNRI&rdquo;), and the Individual or
        Organization (&ldquo;Licensee&rdquo;) accessing and otherwise using
        Python 1.6.1 software in source or binary form and its associated
        documentation.</li>
      <li>Subject to the terms and conditions of this License Agreement, CNRI
        hereby grants Licensee a nonexclusive, royalty-free, world-wide license
        to reproduce, analyze, test, perform and/or display publicly, prepare
        derivative works, distribute, and otherwise use Python 1.6.1 alone or in
        any derivative version, provided, however, that CNRI&rsquo;s License
        Agreement and CNRI&rsquo;s notice of copyright, i.e., &ldquo;Copyright
        &copy; 1995-2001 Corporation for National Research Initiatives; All
        Rights Reserved&rdquo; are retained in Python 1.6.1 alone or in any
        derivative version prepared by Licensee. Alternately, in lieu of
        CNRI&rsquo;s License Agreement, Licensee may substitute the following
        text (omitting the quotes): &ldquo;Python 1.6.1 is made available
        subject to the terms and conditions in CNRI&rsquo;s License Agreement.
        This Agreement together with Python 1.6.1 may be located on the Internet
        using the following unique, persistent identifier (known as a handle):
        1895.22/1013. This Agreement may also be obtained from a proxy server on
        the Internet using the following URL: <a href="http://hdl.handle.net/1895.22/1013">http://hdl.handle.net/1895.22/1013</a>.&rdquo;</li>
      <li>In the event Licensee prepares a derivative work that is based on or
        incorporates Python 1.6.1 or any part thereof, and wants to make the
        derivative work available to others as provided herein, then Licensee
        hereby agrees to include in any such work a brief summary of the changes
        made to Python 1.6.1.</li>
      <li>CNRI is making Python 1.6.1 available to Licensee on an &ldquo;AS
        IS&rdquo; basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
        IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
        DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
        FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
        INFRINGE ANY THIRD PARTY RIGHTS.</li>
      <li>CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
        1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A
        RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR
        ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.</li>
      <li>This License Agreement will automatically terminate upon a material
        breach of its terms and conditions.</li>
      <li>This License Agreement shall be governed by the federal intellectual
        property law of the United States, including without limitation the
        federal copyright law, and, to the extent such U.S. federal law does not
        apply, by the law of the Commonwealth of Virginia, excluding
        Virginia&rsquo;s conflict of law provisions. Notwithstanding the
        foregoing, with regard to derivative works based on Python 1.6.1 that
        incorporate non-separable material that was previously distributed under
        the GNU General Public License (GPL), the law of the Commonwealth of
        Virginia shall govern this License Agreement only as to issues arising
        under or with respect to Paragraphs 4, 5, and 7 of this License
        Agreement. Nothing in this License Agreement shall be deemed to create
        any relationship of agency, partnership, or joint venture between CNRI
        and Licensee. This License Agreement does not grant permission to use
        CNRI trademarks or trade name in a trademark sense to endorse or promote
        products or services of Licensee, or any third party.</li>
      <li>By clicking on the &ldquo;ACCEPT&rdquo; button where indicated, or by
        copying, installing or otherwise using Python 1.6.1, Licensee agrees to
        be bound by the terms and conditions of this License Agreement.</li>
    </ol>
    <h3><a name="_Toc287012261"><strong>CWI LICENSE AGREEMENT FOR PYTHON 0.9.0
          THROUGH 1.2</strong></a></h3>
    <p>Copyright &copy; 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
      The Netherlands. All rights reserved.</p>
    <p>Permission to use, copy, modify, and distribute this software and its
      documentation for any purpose and without fee is hereby granted, provided
      that the above copyright notice appear in all copies and that both that
      copyright notice and this permission notice appear in supporting
      documentation, and that the name of Stichting Mathematisch Centrum or CWI
      not be used in advertising or publicity pertaining to distribution of the
      software without specific, written prior permission.</p>
    <p>STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
      THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
      FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR
      ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
      RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
      CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
      CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</p>
    <h1><a name="_Toc287012262">Licenses and Acknowledgements for Incorporated
        Software</a></h1>
    <h2><a name="_Toc287012263">Xmlrpclib.py</a></h2>
    <p>The XML-RPC client interface is</p>
    <p>&nbsp;</p>
    <p>Copyright (c) 1999-2002 by Secret Labs AB</p>
    <p>Copyright (c) 1999-2002 by Fredrik Lundh</p>
    <p>&nbsp;</p>
    <p>By obtaining, using, and/or copying this software and/or its</p>
    <p>associated documentation, you agree that you have read, understood,</p>
    <p>and will comply with the following terms and conditions:</p>
    <p>&nbsp;</p>
    <p>Permission to use, copy, modify, and distribute this software and</p>
    <p>its associated documentation for any purpose and without fee is</p>
    <p>hereby granted, provided that the above copyright notice appears in</p>
    <p>all copies, and that both that copyright notice and this permission</p>
    <p>notice appear in supporting documentation, and that the name of</p>
    <p>Secret Labs AB or the author not be used in advertising or publicity</p>
    <p>pertaining to distribution of the software without specific, written</p>
    <p>prior permission.</p>
    <p>&nbsp;</p>
    <p>SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD</p>
    <p>TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT-</p>
    <p>ABILITY AND FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR</p>
    <p>BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY</p>
    <p>DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,</p>
    <p>WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS</p>
    <p>ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE</p>
    <p>OF THIS SOFTWARE.</p>
    <h2><a name="_Toc287012264">Xml.etree package (several submodules)</a></h2>
    <p>The ElementTree toolkit is Copyright (c) 1999-2004 by Fredrik Lundh</p>
    <p>By obtaining, using, and/or copying this software and/or its associated
      documentation, you agree that you have read, understood, and will comply
      with the following terms and conditions:</p>
    <p>Permission to use, copy, modify, and distribute this software and its
      associated documentation for any purpose and without fee is hereby
      granted, provided that the above copyright notice appears in all copies,
      and that both that copyright notice and this permission notice appear in
      supporting documentation, and that the name of Secret Labs AB or the
      author not be used in advertising or publicity pertaining to distribution
      of the software without specific, written prior permission.</p>
    <p>SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO
      THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
      FITNESS. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR BE LIABLE FOR ANY
      SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
      RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
      CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
      CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</p>
    <p>Licensed to PSF under a Contributor Agreement.</p>
    <p>See http://www.python.org/2.4/license for licensing details.</p>
    <h2><a name="_Toc287012265">Validate.py</a></h2>
    <p>(c) 2005 Ian Bicking and contributors; written for Paste
      (http://pythonpaste.org)<br>
      Licensed under the MIT license: <a href="http://www.opensource.org/licenses/mit-license.php">http://www.opensource.org/licenses/mit-license.php</a><br>
      Also licenced under the Apache License, 2.0: <a href="http://opensource.org/licenses/apache2.0.php">http://opensource.org/licenses/apache2.0.php</a><br>
      Licensed to PSF under a Contributor Agreement</p>
    <h2><a name="_Toc287012266">Uu.py</a></h2>
    <p class="MsoNoSpacing">The uu module contains the following notice:</p>
    <p class="MsoNoSpacing">Copyright 1994 by Lance Ellinghouse</p>
    <p class="MsoNoSpacing">Cathedral City, California Republic, United States
      of America.</p>
    <p>&nbsp; All Rights Reserved</p>
    <p>Permission to use, copy, modify, and distribute this software and its
      documentation for any purpose and without fee is hereby granted, provided
      that the above copyright notice appear in all copies and that both that
      copyright notice and this permission notice appear in supporting
      documentation, and that the name of Lance Ellinghouse not be used in
      advertising or publicity pertaining to distribution of the software
      without specific, written prior permission.</p>
    <p>LANCE ELLINGHOUSE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
      INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
      EVENT SHALL LANCE ELLINGHOUSE CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT
      OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
      USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
      OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
      PERFORMANCE OF THIS SOFTWARE.</p>
    <p>Modified by Jack Jansen, CWI, July 1995:</p>
    <p>- Use binascii module to do the actual line-by-line conversion between
      ascii and binary. This results in a 1000-fold speedup. The C version is
      still 5 times faster, though.</p>
    <p>- Arguments more compliant with Python standard</p>
    <h2><a name="_Toc287012267">Trace.py</a></h2>
    <p>portions copyright 2001, Autonomous Zones Industries, Inc., all rights...
      err... reserved and offered to the public under the terms of the Python
      2.2 license.</p>
    <p class="MsoNoSpacing">Author: Zooko O'Whielacronx</p>
    <p class="MsoNoSpacing"><a href="http://zooko.com/">http://zooko.com/</a></p>
    <p>mailto:zooko@zooko.com</p>
    <p class="MsoNoSpacing">Copyright 2000, Mojam Media, Inc., all rights
      reserved.</p>
    <p>Author: Skip Montanaro</p>
    <p class="MsoNoSpacing">Copyright 1999, Bioreason, Inc., all rights
      reserved.</p>
    <p>Author: Andrew Dalke</p>
    <p class="MsoNoSpacing">Copyright 1995-1997, Automatrix, Inc., all rights
      reserved.</p>
    <p>Author: Skip Montanaro</p>
    <p>Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved.</p>
    <p>Permission to use, copy, modify, and distribute this Python software and
      its associated documentation for any purpose without fee is hereby
      granted, provided that the above copyright notice appears in all copies,
      and that both that copyright notice and this permission notice appear in
      supporting documentation, and that the name of neither Automatrix,
      Bioreason or Mojam Media be used in advertising or publicity pertaining to
      distribution of the software without specific, written prior permission.</p>
    <h2><a name="_Toc287012268">Tarfile.py</a></h2>
    <p class="MsoNoSpacing">Copyright (C) 2002 Lars Gust&auml;bel
      &lt;lars@gustaebel.de&gt;</p>
    <p>All rights reserved.</p>
    <p>Permission is hereby granted, free of charge, to any person obtaining a
      copy of this software and associated documentation files (the "Software"),
      to deal in the Software without restriction, including without limitation
      the rights to use, copy, modify, merge, publish, distribute, sublicense,
      and/or sell copies of the Software, and to permit persons to whom the
      Software is furnished to do so, subject to the following conditions:</p>
    <p>The above copyright notice and this permission notice shall be included
      in all copies or substantial portions of the Software.</p>
    <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
      OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
      MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
      NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
      DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
      OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
      USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
    <h2><a name="_Toc287012269">Sre_compile.py, sre_constants.py, sre_parse.py</a></h2>
    <p>Copyright (c) 1998-2001 by Secret Labs AB. All rights reserved.</p>
    <p>This version of the SRE library can be redistributed under CNRI's Python
      1.6 license. For any other use, please contact Secret Labs AB
      (info@pythonware.com).</p>
    <p>Portions of this engine have been developed in cooperation with CNRI.
      Hewlett-Packard provided funding for 1.6 integration and other
      compatibility work.</p>
    <h2><a name="_Toc287012270">Robotparser.py</a></h2>
    <p>Copyright (C) 2000 Bastian Kleineidam</p>
    <p class="MsoNoSpacing">You can choose between two licenses when using this
      package:</p>
    <p class="MsoNoSpacing">1) GNU GPLv2</p>
    <p>2) PSF license for Python 2.2</p>
    <h2><a name="_Toc287012271">profile.py, pstats.py</a></h2>
    <p class="MsoNoSpacing">Copyright 1994, by InfoSeek Corporation, all rights
      reserved.</p>
    <p>Written by James Roskind</p>
    <p>Permission to use, copy, modify, and distribute this Python software and
      its associated documentation for any purpose (subject to the restriction
      in the following sentence) without fee is hereby granted, provided that
      the above copyright notice appears in all copies, and that both that
      copyright notice and this permission notice appear in supporting
      documentation, and that the name of InfoSeek not be used in advertising or
      publicity pertaining to distribution of the software without specific,
      written prior permission. This permission is explicitly restricted to the
      copying and modification of the software to remain in Python, compiled
      Python, or other languages (such as C) wherein the modified or derived
      code is exclusively imported into a Python module.</p>
    <p>INFOSEEK CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
      SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
      IN NO EVENT SHALL INFOSEEK CORPORATION BE LIABLE FOR ANY SPECIAL, INDIRECT
      OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
      USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
      OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
      PERFORMANCE OF THIS SOFTWARE.</p>
    <h2><a name="_Toc287012272">Pprint.py</a></h2>
    <p class="MsoNoSpacing">Author:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      Fred L. Drake, Jr. </p>
    <p style="text-indent: 35.4pt;">fdrake@acm.org</p>
    <p>This is a simple little module I wrote to make life easier. I didn't see
      anything quite like it in the library, though I may have overlooked
      something. I wrote this when I was trying to read some heavily nested
      tuples with fairly non-descriptive content. This is modeled very much
      after Lisp/Scheme - style pretty-printing of lists. If you find it useful,
      thank small children who sleep at night.</p>
    <h2><a name="_Toc287012273">Platform.py</a></h2>
    <p class="MsoNoSpacing">Copyright (c) 1999-2000, Marc-Andre Lemburg;
      mailto:mal@lemburg.com</p>
    <p>Copyright (c) 2000-2008, eGenix.com Software GmbH; mailto:info@egenix.com</p>
    <p>Permission to use, copy, modify, and distribute this software and its
      documentation for any purpose and without fee or royalty is hereby
      granted, provided that the above copyright notice appear in all copies and
      that both that copyright notice and this permission notice appear in
      supporting documentation or portions thereof, including modifications,
      that you make.</p>
    <p>EGENIX.COM SOFTWARE GMBH DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
      SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
      IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR
      CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
      USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
      OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
      PERFORMANCE OF THIS SOFTWARE !</p>
    <h2><a name="_Toc287012274">Optparse.py</a></h2>
    <p class="MsoNoSpacing">Copyright (c) 2001-2006 Gregory P. Ward.&nbsp; All
      rights reserved.</p>
    <p>Copyright (c) 2002-2006 Python Software Foundation.&nbsp; All rights
      reserved.</p>
    <p>Redistribution and use in source and binary forms, with or without
      modification, are permitted provided that the following conditions are
      met:</p>
    <p>* Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimer.</p>
    <p>* Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.</p>
    <p>* Neither the name of the author nor the names of its contributors may be
      used to endorse or &nbsp;promote products derived from this software
      without specific prior written permission.</p>
    <p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
      IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
      THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
      PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE
      LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
      CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
      SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
      INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
      CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
      ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
      POSSIBILITY OF SUCH DAMAGE.</p>
    <h2><a name="_Toc287012275">Logging package (several modules)</a></h2>
    <p>Copyright 2001-2007 by Vinay Sajip. All Rights Reserved.</p>
    <p>Permission to use, copy, modify, and distribute this software and its
      documentation for any purpose and without fee is hereby granted, provided
      that the above copyright notice appear in all copies and that both that
      copyright notice and this permission notice appear in supporting
      documentation, and that the name of Vinay Sajip not be used in advertising
      or publicity pertaining to distribution of the software without specific,
      written prior permission.</p>
    <p>VINAY SAJIP DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
      INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
      EVENT SHALL VINAY SAJIP BE LIABLE FOR ANY SPECIAL, INDIRECT OR
      CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
      USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
      OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
      PERFORMANCE OF THIS SOFTWARE.</p>
    <h2><a name="_Toc287012276">Iptest package (several modules)</a></h2>
    <p>Copyright (c) Microsoft Corporation. All rights reserved.</p>
    <p>This source code is subject to terms and conditions of the Microsoft
      Public License. A copy of the license can be found in the License.html
      file at the root of this distribution. If you cannot locate the&nbsp;
      Microsoft Public License, please send an email to ironpy@microsoft.com. By
      using this source code in any fashion, you are agreeing to be bound by the
      terms of the Microsoft Public License.</p>
    <p>You must not remove this notice, or any other, from this software.</p>
    <h2><a name="_Toc287012277">Inspect.py</a></h2>
    <p class="MsoNoSpacing"># This module is in the public domain.&nbsp; No
      warranties.</p>
    <p class="MsoNoSpacing">__author__ = 'Ka-Ping Yee &lt;ping@lfw.org&gt;'</p>
    <p>__date__ = '1 Jan 2001'</p>
    <h2><a name="_Toc287012278">Doctest.py</a></h2>
    <p class="MsoNoSpacing">Released to the public domain 16-Jan-2001, by Tim
      Peters (tim@python.org).</p>
    <p class="MsoNoSpacing">Major enhancements and refactoring by:</p>
    <p class="MsoNoSpacing">&nbsp;&nbsp;&nbsp; Jim Fulton</p>
    <p class="MsoNoSpacing">&nbsp;&nbsp;&nbsp; Edward Loper</p>
    <p>Provided as-is; use at your own risk; no warranty; no promises; enjoy!</p>
    <h2><a name="_Toc287012279">Cookie.py</a></h2>
    <p>Copyright 2000 by Timothy O'Malley &lt;timo@alum.mit.edu&gt;</p>
    <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      All Rights Reserved</p>
    <p>Permission to use, copy, modify, and distribute this software and its
      documentation for any purpose and without fee is hereby granted, provided
      that the above copyright notice appear in all copies and that both that
      copyright notice and this permission notice appear in supporting
      documentation, and that the name of Timothy O'Malley&nbsp; not be used in
      advertising or publicity pertaining to distribution of the software
      without specific, written prior permission.</p>
    <p>Timothy O'Malley DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
      INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
      EVENT SHALL Timothy O'Malley BE LIABLE FOR ANY SPECIAL, INDIRECT OR
      CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
      USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
      OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
      PERFORMANCE OF THIS SOFTWARE.</p>
    <h2><a name="_Toc287012280">Asynchat.py, asyncore.py</a></h2>
    <p>Copyright 1996 by Sam Rushing</p>
    <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      All Rights Reserved</p>
    <p>Permission to use, copy, modify, and distribute this software and its
      documentation for any purpose and without fee is hereby granted, provided
      that the above copyright notice appear in all copies and that both that
      copyright notice and this permission notice appear in supporting
      documentation, and that the name of Sam Rushing not be used in advertising
      or publicity pertaining to distribution of the software without specific,
      written prior permission.</p>
    <p>SAM RUSHING DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
      INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
      EVENT SHALL SAM RUSHING BE LIABLE FOR ANY SPECIAL, INDIRECT OR
      CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
      USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
      OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
      PERFORMANCE OF THIS SOFTWARE.</p>
    <h1><a name="expat">expat.py</a></h1>
    <p>This is a slightly modified copy from <a href="http://fepy.svn.sourceforge.net/viewvc/fepy/trunk/lib/pyexpat.py?revision=614&amp;view=markup">pyexpat.py
        from FePy distribution.</a></p>
    <p>Copyright (c) 2005-2007 Seo Sanghyeon and others<br>
      <br>
      Permission is hereby granted, free of charge, to any person obtaining a
      copy of this software and associated documentation files (the "Software"),
      to deal in the Software without restriction, including without limitation
      the rights to use, copy, modify, merge, publish, distribute, sublicense,
      and/or sell copies of the Software, and to permit persons to whom the
      Software is furnished to do so, subject to the following conditions:<br>
      <br>
      The above copyright notice and this permission notice shall be included in
      all copies or substantial portions of the Software.<br>
      <br>
      THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
      IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
      FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
      THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
      LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
      FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
      DEALINGS IN THE SOFTWARE.</p>
    <p>&nbsp;</p>
  </body>
</html>
